home *** CD-ROM | disk | FTP | other *** search
- /*
- file.c
- */
-
- int yesno(char *form,...);
- void kakunin(char *form,...);
-
- void FILE_open(char *file);
- void FILE_close(void);
- void FILE_back(void);
- void FILE_next(void);
- void FILE_irq(void);
- void FILE_lpt(void);
- void COPY_all(int argc,char *argv[]);
-
- int input(int x,int y,int max,char *str);
- char *FILE_select(void);